home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / read34.zip / READ.DOC < prev    next >
Text File  |  1996-09-09  |  9KB  |  146 lines

  1.                            INSTRUCTIONS FOR READ
  2.  
  3. READ.EXE is a program for reading and editing ASCII text files. The program
  4. requires a PC/AT compatible computer with a color monitor. If a mouse is
  5. detected in the system, it is automatically supported. You can type READ
  6. FILENAME at the DOS prompt to load a text file at start-up time, or you can
  7. run the program and then select a file.
  8.  
  9. The file selection menu allows you to navigate to all drives and directories.
  10. Use the UP/DN ARROW KEYS, PAGE UP/DN, HOME/END or the MOUSE CURSOR to move
  11. the highlight bar (selecting the ".." token moves you up one directory). If
  12. you select a file by pressing the ENTER key, or by DOUBLE-CLICKING the LEFT
  13. MOUSE button, then the file will be loaded for editing. If you select a file
  14. by pressing the SPACE BAR, then the file will be loaded for viewing only (the
  15. F3 search and F7 print options will still be active). If you press ESCAPE
  16. from the menu, you will get an input prompt at the bottom of the screen that
  17. lets you enter a filename manually. If you specify a filename that does not
  18. exist, you will be asked if you want to create it.
  19.  
  20. Press ESCAPE, or F10, to end your session with READ. If you have made changes
  21. to the document, you will be asked if you want to save the file. Press ENTER
  22. to save the document under its present filename, or enter a different name.
  23. To bypass the file save, press ESCAPE again. At this point you will be asked
  24. if you want to quit the document. The default answer is [N]o. If you press
  25. [Y]es, or ESCAPE, you are returned to the file selection menu. You can either
  26. select another file, or press ESCAPE one more time. You are then asked to
  27. enter the filename of a new document to READ (this gives you the chance to
  28. CREATE another file). Press ESCAPE at this prompt to end the program. In
  29. general, use the ESCAPE key to cancel options, and to back progressively out
  30. of the program.
  31.  
  32. READ is capable of displaying and editing text files of virtually UNLIMITED
  33. size. When you READ a large text file (approximately 39K bytes or more), a
  34. set of temporary files is created in the default directory with filenames of
  35. the form {@}R****, where the asterisks are numbers indicating the segment
  36. number. Depending on the density of the text in your document, each segment
  37. can be up to 1500 lines long. When you end your session, the original file
  38. is reconstructed, and the temporary file segments are erased. Note that each
  39. segment will have its own line numbers. Press F9 to go to another segment for
  40. reading or editing. Alternatively, you can use the PAGE DOWN or PAGE UP keys
  41. to move across consecutive segments.
  42.  
  43. Press F5 to toggle between the large text mode (40 character display) and the
  44. standard text mode (80 character display). Note that the prompt lines will
  45. display abbreviated information in the large text mode. Press F2 to change
  46. the color of text on the screen (the text color reverts to the default yellow
  47. for each new document). Press F1 to display a HELP screen that summarizes the
  48. editing keys.
  49.  
  50. If you just want to READ through a document, use the UP and DOWN ARROW keys
  51. to scroll the text, or use the PAGE UP and PAGE DOWN keys to go to the next
  52. full screen of text. The LEFT and RIGHT ARROW keys move the cursor along the
  53. lines of text. CTRL-LEFT ARROW and CTRL-RIGHT ARROW give you a fast cursor
  54. motion. HOME puts the cursor at the start of the current line, and END puts
  55. the cursor at the end of the line. CTRL-HOME puts the cursor at the beginning
  56. of the document, and CTRL-END puts the cursor at the end of the document.
  57.  
  58. The MOUSE CURSOR can be used to position the editing cursor by clicking the
  59. LEFT mouse button. Also, you can place the MOUSE CURSOR on the UP and DOWN
  60. ARROW ICONS and click the LEFT button to scroll to the next full screen of
  61. text. Place the MOUSE CURSOR on the TOP or BOTTOM screen border lines and
  62. click the LEFT button to move the editing cursor UP or DOWN one line. Place
  63. the MOUSE CURSOR of the LEFT or RIGHT screen border lines and click the LEFT
  64. button to advance the editing cursor 10 positions LEFT or RIGHT. In general,
  65. the LEFT mouse button is treated like a RETURN key press, and the RIGHT mouse
  66. button is treated like an ESCAPE key press.
  67.  
  68. Press CTRL-W to turn on the word wrap feature. The current file or segment
  69. will be processed so that long text lines are wrapped onto the editing
  70. screen. This will NOT alter the original file on disk unless you explicitly
  71. save the document. When you are entering text, words at the end of a line
  72. will be automatically wrapped onto the next line. The default setting is OFF
  73. for each new document.
  74.  
  75. If you toggle the line indenting feature using the F12 key, the next line of
  76. text will be aligned with the starting column of the line above it when you
  77. press ENTER. Use the INSERT key to toggle the insert or typeover mode. The
  78. TAB key will insert or typeover five standard spaces in your document, but
  79. does NOT insert the ASCII TAB character. The DELETE and BACKSPACE keys are
  80. used for deleting text one character at a time.
  81.  
  82. Pressing CTRL-Y will delete the current line and put it into the editing
  83. buffer. Text in the editing buffer can be inserted anywhere by pressing
  84. SHIFT-INSERT. To mark a block of lines for cutting and pasting, press SHIFT-
  85. DOWN ARROW to highlight the lines (use SHIFT-UP ARROW to unmark the lines).
  86. You can also highlight text by holding down the LEFT button and dragging the
  87. MOUSE cursor. Press ESCAPE to cancel the block edit. Press SHIFT-DELETE to
  88. cut the text into the buffer, and SHIFT-INSERT to paste the text from the
  89. buffer into your document.
  90.  
  91. If you just want to copy text, use SHIFT-DELETE to cut the highlighted text,
  92. and then re-insert it using SHIFT-INSERT. The block of lines is still in the
  93. editing buffer. Move the cursor to where you want to copy the text and press
  94. SHIFT-INSERT again. Note that you can also copy text in the editing buffer
  95. to another file by simply loading the new file, positioning the cursor and
  96. pressing SHIFT-INSERT.
  97.  
  98. READ offers a simple search and replace feature. Pressing F3 gives you the
  99. prompt SEARCH FOR. Press ESCAPE to cancel the search, otherwise enter the
  100. search string. Note that case is significant. The search string you enter
  101. becomes the default target for the next time you press F3. For large files,
  102. all segments are searched. If the search is successful, the line containing
  103. the string will be displayed as the top line on the screen, with the search
  104. string highlighted. You are then asked REPLACE WITH, where the default
  105. response is the current search string. Pressing ENTER, or ESCAPE, cancels
  106. the string replacement feature. If you type some other replacement string,
  107. that string becomes the default replacement string until you change it.
  108.  
  109. Pressing F7 sends the current document, segment, or marked block of text to
  110. your printer. You can press ESCAPE to cancel the print option, or you can
  111. press ESCAPE during printing to stop the process.
  112.  
  113. Text files created on some computer systems may have each line terminated
  114. by a NEW LINE character (ASCII 10), but have no CARRIAGE RETURN characters
  115. (ASCII 13). If READ detects this situation when a file is about to be loaded,
  116. note that the file will be REWRITTEN with CARRIAGE RETURNS inserted before
  117. it is loaded into the program.
  118.  
  119. READ will not alter other ASCII control codes that may be embedded in your
  120. original document, but certain characters will be treated in special ways.
  121. For example, existing TAB characters (ASCII 9) are displayed as single HARD
  122. SPACE characters (ASCII 255). Other control codes, such as NEW PAGE (ASCII
  123. 12), are shown as the equivalent control character in braces. The NEW PAGE
  124. character causes a FORM FEED when you send your file to a printer.
  125.  
  126. You should find READ to be easy to use. A device error, or file access error,
  127. will cause a warning message to be displayed on the prompt line at the bottom
  128. of the screen. If your document becomes so large that you are about to run
  129. out of FREE work space (as reported on the prompt line) you will be prompted
  130. to save the file. When you READ the